Layer Definition Schema
LOCALE Element
See Also  Send comments on this topic.
Layer Definition Schema : LOCALE Element

Glossary Item Box

Description

Used to specify the codepage of the shapefile's .DBF table.

Diagram

LOCALE Element

Overview

LOCALE
Used to specify the codepage of the shapefile's .DBF table.
codepage optional xs:int
The codepage to use for the shapefile's DBF table.

Attributes

NameTypeUseDefaultFixedDescription
codepagexs:intoptional  The codepage to use for the shapefile's DBF table.

Examples

Source

<xs:element name="LOCALE" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify the codepage of the shapefile's .DBF table.
</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="codepage" type="xs:int">
      <xs:annotation>
        <xs:documentation>The codepage to use for the shapefile's DBF table.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.